docs: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2020 17:45:28 +0000 (13:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2020 17:48:03 +0000 (13:48 -0400)
Remove a few instances of GTK+ in the docs.

gtk/gtkaboutdialog.c

index d2c7d6fa22100398ded1d0f0c5b6f3e9187e8f52..473cf71b46b93795c86d70c7d2c407d32b4e5edb 100644 (file)
  *
  * To specify a person with an email address, use a string like
  * "Edgar Allan Poe <edgar\@poe.com>". To specify a website with a title,
- * use a string like "GTK+ team http://www.gtk.org".
+ * use a string like "GTK team http://www.gtk.org".
  *
  * To make constructing a GtkAboutDialog as convenient as possible, you can
  * use the function gtk_show_about_dialog() which constructs and shows a dialog
  * and keeps it around so that it can be shown again.
  *
- * Note that GTK+ sets a default title of `_("About %s")` on the dialog
+ * Note that GTK sets a default title of `_("About %s")` on the dialog
  * window (where \%s is replaced by the name of the application, but in
  * order to ensure proper translation of the title, applications should
  * set the title property explicitly when constructing a GtkAboutDialog,